﻿2026-06-21T01:51:37.3897859Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T01:51:37.3898274Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T01:51:37.3898610Z [36;1m$PIN = "0c95435"[0m
2026-06-21T01:51:37.3898841Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T01:51:37.3899228Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T01:51:37.3899593Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T01:51:37.3900654Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T01:51:37.3900972Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T01:51:37.3901293Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T01:51:37.3901546Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T01:51:37.3901853Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T01:51:37.3902168Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T01:51:37.3902514Z [36;1m}[0m
2026-06-21T01:51:37.3902717Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T01:51:37.3903024Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T01:51:37.3985723Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T01:51:37.3986037Z ##[endgroup]
2026-06-21T01:51:38.4642358Z    Compiling proc-macro2 v1.0.106
2026-06-21T01:51:38.4642731Z    Compiling unicode-ident v1.0.24
2026-06-21T01:51:38.4643109Z    Compiling quote v1.0.45
2026-06-21T01:51:38.4643353Z    Compiling cfg-if v1.0.4
2026-06-21T01:51:38.4643577Z    Compiling serde_core v1.0.228
2026-06-21T01:51:38.4643792Z    Compiling serde v1.0.228
2026-06-21T01:51:38.4643982Z    Compiling windows-link v0.2.1
2026-06-21T01:51:38.4644350Z    Compiling portable-atomic v1.13.1
2026-06-21T01:51:38.4644580Z    Compiling typenum v1.20.1
2026-06-21T01:51:38.4644847Z    Compiling getrandom v0.3.4
2026-06-21T01:51:38.4645286Z    Compiling version_check v0.9.5
2026-06-21T01:51:38.4645673Z    Compiling pin-project-lite v0.2.17
2026-06-21T01:51:38.4646073Z    Compiling memchr v2.8.1
2026-06-21T01:51:38.4646430Z    Compiling shlex v2.0.1
2026-06-21T01:51:38.4647327Z    Compiling find-msvc-tools v0.1.9
2026-06-21T01:51:38.4647721Z    Compiling critical-section v1.2.0
2026-06-21T01:51:38.5866368Z    Compiling subtle v2.6.1
2026-06-21T01:51:38.6448510Z    Compiling windows-sys v0.61.2
2026-06-21T01:51:38.6602207Z    Compiling equivalent v1.0.2
2026-06-21T01:51:38.6987679Z    Compiling futures-core v0.3.32
2026-06-21T01:51:38.7965951Z    Compiling smallvec v1.15.1
2026-06-21T01:51:38.8354201Z    Compiling bytes v1.11.1
2026-06-21T01:51:38.8507313Z    Compiling itoa v1.0.18
2026-06-21T01:51:38.8672570Z    Compiling semver v1.0.28
2026-06-21T01:51:39.0016966Z    Compiling stable_deref_trait v1.2.1
2026-06-21T01:51:39.0660929Z    Compiling log v0.4.32
2026-06-21T01:51:39.0914761Z    Compiling futures-io v0.3.32
2026-06-21T01:51:39.0915246Z    Compiling generic-array v0.14.7
2026-06-21T01:51:39.1261417Z    Compiling futures-sink v0.3.32
2026-06-21T01:51:39.1322466Z    Compiling slab v0.4.12
2026-06-21T01:51:39.2680294Z    Compiling rustc_version v0.4.1
2026-06-21T01:51:39.3653319Z    Compiling futures-channel v0.3.32
2026-06-21T01:51:39.3814461Z    Compiling futures-task v0.3.32
2026-06-21T01:51:39.4609263Z    Compiling hashbrown v0.17.1
2026-06-21T01:51:39.5258098Z    Compiling rustversion v1.0.22
2026-06-21T01:51:39.5259232Z    Compiling getrandom v0.2.17
2026-06-21T01:51:39.5784149Z    Compiling cpufeatures v0.2.17
2026-06-21T01:51:39.6402749Z    Compiling jobserver v0.1.34
2026-06-21T01:51:39.8999890Z    Compiling fnv v1.0.7
2026-06-21T01:51:39.9145592Z    Compiling libc v0.2.186
2026-06-21T01:51:39.9438370Z    Compiling cfg_aliases v0.2.1
2026-06-21T01:51:39.9797142Z    Compiling strsim v0.11.1
2026-06-21T01:51:40.0354616Z    Compiling rand_core v0.10.1
2026-06-21T01:51:40.0355140Z    Compiling litemap v0.8.2
2026-06-21T01:51:40.1081878Z    Compiling cc v1.2.63
2026-06-21T01:51:40.1185223Z    Compiling writeable v0.6.3
2026-06-21T01:51:40.1879152Z    Compiling autocfg v1.5.1
2026-06-21T01:51:40.2043755Z    Compiling dunce v1.0.5
2026-06-21T01:51:40.3317264Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T01:51:40.4160458Z    Compiling utf8_iter v1.0.4
2026-06-21T01:51:40.4527378Z    Compiling getrandom v0.4.2
2026-06-21T01:51:40.6251078Z    Compiling fs_extra v1.3.0
2026-06-21T01:51:40.6942853Z    Compiling ident_case v1.0.1
2026-06-21T01:51:40.7870087Z    Compiling indexmap v2.14.0
2026-06-21T01:51:40.9329936Z    Compiling syn v2.0.117
2026-06-21T01:51:40.9533799Z    Compiling icu_properties_data v2.2.0
2026-06-21T01:51:40.9891932Z    Compiling percent-encoding v2.3.2
2026-06-21T01:51:41.0204755Z    Compiling http v1.4.1
2026-06-21T01:51:41.0914425Z    Compiling crypto-common v0.1.7
2026-06-21T01:51:41.1465943Z    Compiling aws-lc-rs v1.17.0
2026-06-21T01:51:41.1654365Z    Compiling unicode-segmentation v1.13.3
2026-06-21T01:51:41.1863003Z    Compiling cpufeatures v0.3.0
2026-06-21T01:51:41.2924254Z    Compiling thiserror v2.0.18
2026-06-21T01:51:41.3520008Z    Compiling scopeguard v1.2.0
2026-06-21T01:51:41.3725369Z    Compiling chacha20 v0.10.0
2026-06-21T01:51:41.3825410Z    Compiling form_urlencoded v1.2.2
2026-06-21T01:51:41.4780330Z    Compiling lock_api v0.4.14
2026-06-21T01:51:41.4994844Z    Compiling block-buffer v0.10.4
2026-06-21T01:51:41.5214529Z    Compiling bitflags v2.12.1
2026-06-21T01:51:41.6688032Z    Compiling cmake v0.1.58
2026-06-21T01:51:41.7692023Z    Compiling winapi v0.3.9
2026-06-21T01:51:41.7826791Z    Compiling untrusted v0.9.0
2026-06-21T01:51:41.7891220Z    Compiling rand v0.10.1
2026-06-21T01:51:41.8689859Z    Compiling digest v0.10.7
2026-06-21T01:51:42.0187452Z    Compiling num-traits v0.2.19
2026-06-21T01:51:42.0439622Z    Compiling windows-strings v0.5.1
2026-06-21T01:51:42.0527177Z    Compiling windows-result v0.4.1
2026-06-21T01:51:42.0707356Z    Compiling rustls v0.23.40
2026-06-21T01:51:42.1697080Z    Compiling heck v0.5.0
2026-06-21T01:51:42.1697581Z    Compiling convert_case v0.10.0
2026-06-21T01:51:42.3529732Z    Compiling atomic-waker v1.1.2
2026-06-21T01:51:42.4627218Z    Compiling unicode-xid v0.2.6
2026-06-21T01:51:42.4739395Z    Compiling anyhow v1.0.102
2026-06-21T01:51:42.5781432Z    Compiling const-oid v0.10.2
2026-06-21T01:51:42.5839588Z    Compiling zerocopy v0.8.50
2026-06-21T01:51:42.6585218Z    Compiling parking_lot_core v0.9.12
2026-06-21T01:51:42.6816009Z    Compiling httparse v1.10.1
2026-06-21T01:51:42.7587268Z    Compiling http-body v1.0.1
2026-06-21T01:51:42.8281590Z    Compiling curve25519-dalek v4.1.3
2026-06-21T01:51:43.0382084Z    Compiling hybrid-array v0.4.12
2026-06-21T01:51:43.0382876Z    Compiling ahash v0.8.12
2026-06-21T01:51:43.0701703Z    Compiling fastrand v2.4.1
2026-06-21T01:51:43.2647457Z    Compiling aws-lc-sys v0.41.0
2026-06-21T01:51:43.2866669Z    Compiling ring v0.17.14
2026-06-21T01:51:43.3995461Z    Compiling powerfmt v0.2.0
2026-06-21T01:51:43.4312030Z    Compiling either v1.16.0
2026-06-21T01:51:43.4422415Z    Compiling base64ct v1.8.3
2026-06-21T01:51:43.7090740Z    Compiling deranged v0.5.8
2026-06-21T01:51:43.8198944Z    Compiling rand_core v0.6.4
2026-06-21T01:51:43.8833685Z    Compiling pkg-config v0.3.33
2026-06-21T01:51:44.9672062Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T01:51:45.0130859Z    Compiling vcpkg v0.2.15
2026-06-21T01:51:45.1303307Z    Compiling base64 v0.22.1
2026-06-21T01:51:45.1456212Z    Compiling try-lock v0.2.5
2026-06-21T01:51:45.1573790Z    Compiling time-core v0.1.8
2026-06-21T01:51:45.2117697Z    Compiling data-encoding v2.11.0
2026-06-21T01:51:45.2224395Z    Compiling zmij v1.0.21
2026-06-21T01:51:45.3896873Z    Compiling num-conv v0.2.2
2026-06-21T01:51:45.4203527Z    Compiling tower-service v0.3.3
2026-06-21T01:51:45.5189124Z    Compiling tinyvec_macros v0.1.1
2026-06-21T01:51:45.5778194Z    Compiling want v0.3.1
2026-06-21T01:51:45.6810682Z    Compiling tinyvec v1.11.0
2026-06-21T01:51:45.6813230Z    Compiling crypto-common v0.2.2
2026-06-21T01:51:45.7045897Z    Compiling block-buffer v0.12.0
2026-06-21T01:51:45.7073102Z    Compiling parking_lot v0.12.5
2026-06-21T01:51:45.7636723Z    Compiling sha2 v0.10.9
2026-06-21T01:51:45.8086484Z    Compiling vergen-lib v9.1.0
2026-06-21T01:51:45.9090357Z    Compiling inout v0.1.4
2026-06-21T01:51:45.9161186Z    Compiling n0-future v0.3.2
2026-06-21T01:51:45.9836819Z    Compiling signature v2.2.0
2026-06-21T01:51:45.9880161Z    Compiling crossbeam-utils v0.8.21
2026-06-21T01:51:46.2658782Z    Compiling synstructure v0.13.2
2026-06-21T01:51:46.3158152Z    Compiling darling_core v0.20.11
2026-06-21T01:51:46.4051309Z    Compiling diatomic-waker v0.2.3
2026-06-21T01:51:46.4974356Z    Compiling parking v2.2.1
2026-06-21T01:51:46.5213053Z    Compiling serde_json v1.0.150
2026-06-21T01:51:46.6097036Z    Compiling spin v0.10.0
2026-06-21T01:51:46.6185323Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T01:51:46.6796568Z    Compiling winnow v1.0.3
2026-06-21T01:51:46.7457985Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T01:51:46.7915936Z    Compiling cordyceps v0.3.4
2026-06-21T01:51:46.8122027Z    Compiling httpdate v1.0.3
2026-06-21T01:51:46.8859567Z    Compiling digest v0.11.3
2026-06-21T01:51:47.1284255Z    Compiling futures-lite v2.6.1
2026-06-21T01:51:47.2719212Z    Compiling futures-buffered v0.2.13
2026-06-21T01:51:47.3401374Z    Compiling ed25519 v2.2.3
2026-06-21T01:51:47.3402000Z    Compiling cipher v0.4.4
2026-06-21T01:51:47.4632221Z    Compiling vergen v9.1.0
2026-06-21T01:51:47.5485328Z    Compiling vergen-lib v0.1.6
2026-06-21T01:51:47.6814997Z    Compiling universal-hash v0.5.1
2026-06-21T01:51:47.8157196Z    Compiling noq-udp v0.10.0
2026-06-21T01:51:47.8979899Z    Compiling heapless v0.7.17
2026-06-21T01:51:47.9317296Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T01:51:47.9321620Z    Compiling sync_wrapper v1.0.2
2026-06-21T01:51:47.9453111Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T01:51:47.9714069Z    Compiling allocator-api2 v0.2.21
2026-06-21T01:51:48.0100275Z    Compiling byteorder v1.5.0
2026-06-21T01:51:48.1771927Z    Compiling opaque-debug v0.3.1
2026-06-21T01:51:48.3107938Z    Compiling polyval v0.6.2
2026-06-21T01:51:48.3589912Z    Compiling hash32 v0.2.1
2026-06-21T01:51:48.5210698Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T01:51:48.6546306Z    Compiling spin v0.9.8
2026-06-21T01:51:48.6725288Z    Compiling vergen-gitcl v1.0.8
2026-06-21T01:51:48.7092818Z    Compiling windows-threading v0.2.1
2026-06-21T01:51:48.7367488Z    Compiling socket2 v0.6.4
2026-06-21T01:51:48.7447179Z    Compiling mio v1.2.1
2026-06-21T01:51:48.9538898Z    Compiling tower-layer v0.3.3
2026-06-21T01:51:48.9777863Z    Compiling signature v3.0.0
2026-06-21T01:51:49.0948060Z    Compiling ryu v1.0.23
2026-06-21T01:51:49.3188157Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T01:51:49.4041588Z    Compiling fallible-iterator v0.3.0
2026-06-21T01:51:49.5117357Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T01:51:49.6091887Z    Compiling serde_derive v1.0.228
2026-06-21T01:51:49.6346295Z    Compiling zeroize_derive v1.4.3
2026-06-21T01:51:49.6981323Z    Compiling zerofrom-derive v0.1.7
2026-06-21T01:51:49.7180128Z    Compiling tokio-macros v2.7.0
2026-06-21T01:51:49.7494668Z    Compiling yoke-derive v0.8.2
2026-06-21T01:51:49.7540593Z    Compiling futures-macro v0.3.32
2026-06-21T01:51:49.8006383Z    Compiling zerovec-derive v0.11.3
2026-06-21T01:51:49.8739880Z    Compiling displaydoc v0.2.6
2026-06-21T01:51:50.3087061Z    Compiling tracing-attributes v0.1.31
2026-06-21T01:51:50.4102212Z    Compiling zeroize v1.8.2
2026-06-21T01:51:50.4558170Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T01:51:50.6524665Z    Compiling tokio v1.52.3
2026-06-21T01:51:50.7555560Z    Compiling thiserror-impl v2.0.18
2026-06-21T01:51:50.8010409Z    Compiling rustls-pki-types v1.14.1
2026-06-21T01:51:50.8242756Z    Compiling futures-util v0.3.32
2026-06-21T01:51:50.9569101Z    Compiling darling_macro v0.20.11
2026-06-21T01:51:50.9678547Z    Compiling derive_more-impl v2.1.1
2026-06-21T01:51:51.2311660Z    Compiling spez v0.1.2
2026-06-21T01:51:51.2553957Z    Compiling n0-error-macros v0.1.3
2026-06-21T01:51:51.4200268Z    Compiling windows-interface v0.59.3
2026-06-21T01:51:51.4502645Z    Compiling windows-implement v0.60.2
2026-06-21T01:51:51.6067456Z    Compiling darling v0.20.11
2026-06-21T01:51:51.7182676Z    Compiling zerofrom v0.1.8
2026-06-21T01:51:51.8703985Z    Compiling derive_builder_core v0.20.2
2026-06-21T01:51:51.8956316Z    Compiling der v0.8.0-rc.10
2026-06-21T01:51:51.9211112Z    Compiling pin-project-internal v1.1.13
2026-06-21T01:51:52.1871558Z    Compiling yoke v0.8.3
2026-06-21T01:51:52.5216425Z    Compiling proc-macro-crate v3.5.0
2026-06-21T01:51:52.5549966Z    Compiling windows-core v0.62.2
2026-06-21T01:51:52.5942650Z    Compiling n0-error v0.1.3
2026-06-21T01:51:52.7398837Z    Compiling zerovec v0.11.6
2026-06-21T01:51:52.9186689Z    Compiling zerotrie v0.2.4
2026-06-21T01:51:53.3467068Z    Compiling ed25519-dalek v2.2.0
2026-06-21T01:51:53.3637013Z    Compiling cobs v0.3.0
2026-06-21T01:51:53.4040125Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T01:51:53.4721011Z    Compiling derive_builder_macro v0.20.2
2026-06-21T01:51:53.5785158Z    Compiling windows-numerics v0.3.1
2026-06-21T01:51:53.6236831Z    Compiling pin-project v1.1.13
2026-06-21T01:51:53.6617375Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T01:51:53.8955396Z    Compiling tinystr v0.8.3
2026-06-21T01:51:53.8985833Z    Compiling potential_utf v0.1.5
2026-06-21T01:51:53.9428085Z    Compiling spki v0.8.0-rc.4
2026-06-21T01:51:53.9509856Z    Compiling windows-collections v0.3.2
2026-06-21T01:51:53.9813246Z    Compiling derive_builder v0.20.2
2026-06-21T01:51:54.0050239Z    Compiling windows-future v0.3.2
2026-06-21T01:51:54.1105990Z    Compiling icu_collections v2.2.0
2026-06-21T01:51:54.1658923Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T01:51:54.2147578Z    Compiling icu_locale_core v2.2.0
2026-06-21T01:51:54.4427319Z    Compiling postcard-derive v0.2.2
2026-06-21T01:51:54.5768788Z    Compiling windows-targets v0.52.6
2026-06-21T01:51:54.7918578Z    Compiling ghash v0.5.1
2026-06-21T01:51:54.8832059Z    Compiling ctr v0.9.2
2026-06-21T01:51:54.9272849Z    Compiling aes v0.8.4
2026-06-21T01:51:54.9448507Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T01:51:55.0055255Z    Compiling time v0.3.47
2026-06-21T01:51:55.0282917Z    Compiling fs2 v0.4.3
2026-06-21T01:51:55.2109695Z    Compiling http-body-util v0.1.3
2026-06-21T01:51:55.2260790Z    Compiling aead v0.5.2
2026-06-21T01:51:55.2712905Z    Compiling widestring v1.2.1
2026-06-21T01:51:55.3574282Z    Compiling ipconfig v0.3.4
2026-06-21T01:51:55.4780729Z    Compiling windows v0.62.2
2026-06-21T01:51:55.7355412Z    Compiling ipnet v2.12.0
2026-06-21T01:51:55.8525754Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T01:51:56.0816936Z    Compiling icu_provider v2.2.0
2026-06-21T01:51:56.3716091Z    Compiling once_cell v1.21.4
2026-06-21T01:51:56.4676005Z    Compiling prefix-trie v0.8.4
2026-06-21T01:51:56.5110617Z    Compiling futures-executor v0.3.32
2026-06-21T01:51:56.8560606Z    Compiling tracing-core v0.1.36
2026-06-21T01:51:56.8561131Z    Compiling icu_normalizer v2.2.0
2026-06-21T01:51:56.9175282Z    Compiling icu_properties v2.2.0
2026-06-21T01:51:56.9302790Z    Compiling derive_more v2.1.1
2026-06-21T01:51:56.9964265Z    Compiling futures v0.3.32
2026-06-21T01:51:57.1946715Z    Compiling aes-gcm v0.10.3
2026-06-21T01:51:57.2573844Z    Compiling hashbrown v0.14.5
2026-06-21T01:51:57.2574454Z    Compiling chrono v0.4.45
2026-06-21T01:51:57.3124217Z    Compiling windows-sys v0.59.0
2026-06-21T01:51:57.4234629Z    Compiling data-encoding-macro v0.1.20
2026-06-21T01:51:57.4924019Z    Compiling tracing v0.1.44
2026-06-21T01:51:57.6001017Z    Compiling num_enum_derive v0.7.6
2026-06-21T01:51:57.6622359Z    Compiling strum_macros v0.28.0
2026-06-21T01:51:57.6688668Z    Compiling async-trait v0.1.89
2026-06-21T01:51:58.0779138Z    Compiling hashlink v0.9.1
2026-06-21T01:51:58.1526340Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T01:51:58.1902738Z    Compiling postcard v1.1.3
2026-06-21T01:51:58.4936794Z    Compiling rusqlite v0.32.1
2026-06-21T01:51:58.5369597Z    Compiling idna_adapter v1.2.2
2026-06-21T01:51:58.6715282Z    Compiling idna v1.1.0
2026-06-21T01:51:58.6747498Z    Compiling enum-assoc v1.3.0
2026-06-21T01:51:58.7027305Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T01:51:58.7172110Z    Compiling crossbeam-channel v0.5.15
2026-06-21T01:51:58.7359746Z    Compiling tokio-util v0.7.18
2026-06-21T01:51:58.9742472Z    Compiling tower v0.5.3
2026-06-21T01:51:59.0526639Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T01:51:59.1546926Z    Compiling url v2.5.8
2026-06-21T01:51:59.3331128Z    Compiling blake3 v1.8.5
2026-06-21T01:51:59.3792608Z    Compiling windows-registry v0.6.1
2026-06-21T01:51:59.6657241Z    Compiling uuid v1.23.2
2026-06-21T01:51:59.6790773Z    Compiling memoffset v0.6.5
2026-06-21T01:51:59.7331118Z    Compiling noq v0.18.0
2026-06-21T01:51:59.7354327Z    Compiling netwatch v0.16.0
2026-06-21T01:51:59.9207732Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T01:51:59.9553990Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T01:52:00.1113682Z    Compiling h2 v0.4.14
2026-06-21T01:52:00.1431270Z    Compiling acto v0.8.2
2026-06-21T01:52:00.1563904Z    Compiling mac-addr v0.3.0
2026-06-21T01:52:00.1746832Z    Compiling tagptr v0.2.0
2026-06-21T01:52:00.2102277Z    Compiling thiserror v1.0.69
2026-06-21T01:52:00.4615081Z    Compiling rustc-hash v2.1.2
2026-06-21T01:52:00.4669009Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T01:52:00.4787027Z    Compiling ref-cast v1.0.25
2026-06-21T01:52:00.5548361Z    Compiling identity-hash v0.1.0
2026-06-21T01:52:00.6438863Z    Compiling foldhash v0.2.0
2026-06-21T01:52:00.6712922Z    Compiling lru-slab v0.1.2
2026-06-21T01:52:00.7191247Z    Compiling xml-rs v0.8.28
2026-06-21T01:52:00.9175562Z    Compiling hashbrown v0.16.1
2026-06-21T01:52:00.9275778Z    Compiling moka v0.12.15
2026-06-21T01:52:00.9345154Z    Compiling n0-watcher v0.6.1
2026-06-21T01:52:01.0391143Z    Compiling strum v0.28.0
2026-06-21T01:52:01.1163610Z    Compiling netdev v0.42.0
2026-06-21T01:52:01.3424733Z    Compiling tokio-stream v0.1.18
2026-06-21T01:52:01.3558131Z    Compiling tower-http v0.6.11
2026-06-21T01:52:01.4083379Z    Compiling iroh-base v0.98.0
2026-06-21T01:52:01.4483599Z    Compiling attohttpc v0.30.1
2026-06-21T01:52:02.0846398Z    Compiling xmltree v0.10.3
2026-06-21T01:52:02.2623836Z    Compiling iroh-metrics v0.38.3
2026-06-21T01:52:02.3239820Z    Compiling num_enum v0.7.6
2026-06-21T01:52:02.3460801Z    Compiling iroh-relay v0.98.0
2026-06-21T01:52:02.4399941Z    Compiling serde_spanned v0.6.9
2026-06-21T01:52:02.4733542Z    Compiling toml_datetime v0.6.11
2026-06-21T01:52:02.5252115Z    Compiling ref-cast-impl v1.0.25
2026-06-21T01:52:02.5775904Z    Compiling thiserror-impl v1.0.69
2026-06-21T01:52:02.7329197Z    Compiling serde_derive_internals v0.29.1
2026-06-21T01:52:03.0218215Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T01:52:03.0584991Z    Compiling simple-dns v0.9.3
2026-06-21T01:52:03.1061389Z    Compiling serial-core v0.4.0
2026-06-21T01:52:03.3848517Z    Compiling aho-corasick v1.1.4
2026-06-21T01:52:03.4453477Z    Compiling arrayvec v0.7.6
2026-06-21T01:52:03.5016365Z    Compiling sha1_smol v1.0.1
2026-06-21T01:52:03.5975598Z    Compiling regex-syntax v0.8.10
2026-06-21T01:52:03.7987575Z    Compiling winreg v0.10.1
2026-06-21T01:52:03.8293181Z    Compiling resolv-conf v0.7.6
2026-06-21T01:52:04.0832934Z    Compiling constant_time_eq v0.4.2
2026-06-21T01:52:04.1014167Z    Compiling arrayref v0.3.9
2026-06-21T01:52:04.2810018Z    Compiling simdutf8 v0.1.5
2026-06-21T01:52:04.2998713Z    Compiling winnow v0.7.15
2026-06-21T01:52:04.3413095Z    Compiling toml_write v0.1.2
2026-06-21T01:52:04.4214590Z    Compiling smol_str v0.1.24
2026-06-21T01:52:04.5380820Z    Compiling schemars_derive v1.2.1
2026-06-21T01:52:04.7513336Z    Compiling serial-windows v0.4.0
2026-06-21T01:52:04.7709190Z    Compiling lru v0.16.4
2026-06-21T01:52:05.0248794Z    Compiling iroh-dns v0.98.0
2026-06-21T01:52:05.1439253Z    Compiling webpki-roots v1.0.7
2026-06-21T01:52:05.1747511Z    Compiling seize v0.5.1
2026-06-21T01:52:05.3021679Z    Compiling darling_core v0.23.0
2026-06-21T01:52:05.3434647Z    Compiling serde_bytes v0.11.19
2026-06-21T01:52:05.6207956Z    Compiling hyper v1.10.1
2026-06-21T01:52:05.6963403Z    Compiling hmac v0.12.1
2026-06-21T01:52:05.7588112Z    Compiling iroh v0.98.2
2026-06-21T01:52:05.7757916Z    Compiling utf8parse v0.2.2
2026-06-21T01:52:05.9886900Z    Compiling dyn-clone v1.0.20
2026-06-21T01:52:06.0082554Z    Compiling anstyle v1.0.14
2026-06-21T01:52:06.0137548Z    Compiling pin-utils v0.1.0
2026-06-21T01:52:06.2626323Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T01:52:06.2760500Z    Compiling bitflags v1.3.2
2026-06-21T01:52:06.3233239Z    Compiling cmov v0.5.4
2026-06-21T01:52:06.4232243Z    Compiling lazy_static v1.5.0
2026-06-21T01:52:06.4251585Z    Compiling nix v0.25.1
2026-06-21T01:52:06.4772568Z    Compiling anstyle-wincon v3.0.11
2026-06-21T01:52:07.2443878Z    Compiling toml_edit v0.22.27
2026-06-21T01:52:07.2501611Z    Compiling regex-automata v0.4.14
2026-06-21T01:52:07.3498320Z    Compiling ctutils v0.4.2
2026-06-21T01:52:07.7246784Z    Compiling shared_library v0.1.9
2026-06-21T01:52:07.7640825Z    Compiling hkdf v0.12.4
2026-06-21T01:52:07.7896098Z    Compiling anstyle-parse v1.0.0
2026-06-21T01:52:07.8556222Z    Compiling schemars v1.2.1
2026-06-21T01:52:07.8562610Z    Compiling papaya v0.2.4
2026-06-21T01:52:07.9839096Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T01:52:08.0967550Z    Compiling serial v0.4.0
2026-06-21T01:52:08.2810986Z    Compiling filedescriptor v0.8.3
2026-06-21T01:52:08.4194329Z    Compiling backon v1.6.0
2026-06-21T01:52:08.5276776Z    Compiling wmi v0.18.4
2026-06-21T01:52:08.6205495Z    Compiling anstyle-query v1.1.5
2026-06-21T01:52:08.7613233Z    Compiling hyper-util v0.1.20
2026-06-21T01:52:08.9290387Z    Compiling foldhash v0.1.5
2026-06-21T01:52:09.0054031Z    Compiling colorchoice v1.0.5
2026-06-21T01:52:09.1507528Z    Compiling instability v0.3.12
2026-06-21T01:52:09.2020474Z    Compiling downcast-rs v1.2.1
2026-06-21T01:52:09.2240623Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T01:52:09.2621351Z    Compiling paste v1.0.15
2026-06-21T01:52:09.3849100Z    Compiling shell-words v1.1.1
2026-06-21T01:52:09.4154166Z    Compiling anstream v1.0.0
2026-06-21T01:52:09.5994614Z    Compiling portable-pty v0.8.1
2026-06-21T01:52:09.6509003Z    Compiling hashbrown v0.15.5
2026-06-21T01:52:10.1123723Z    Compiling toml v0.8.23
2026-06-21T01:52:10.1486962Z    Compiling darling_macro v0.23.0
2026-06-21T01:52:10.2874787Z    Compiling spake2 v0.4.0
2026-06-21T01:52:10.4156319Z    Compiling strum_macros v0.26.4
2026-06-21T01:52:10.5015229Z    Compiling regex v1.12.3
2026-06-21T01:52:10.6469157Z    Compiling darling v0.23.0
2026-06-21T01:52:10.8368167Z    Compiling igd-next v0.17.1
2026-06-21T01:52:10.9414989Z    Compiling terminal_size v0.4.4
2026-06-21T01:52:11.1415924Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T01:52:11.1813044Z    Compiling crossterm_winapi v0.9.1
2026-06-21T01:52:11.2412623Z    Compiling itertools v0.13.0
2026-06-21T01:52:11.2463474Z    Compiling sha1 v0.10.6
2026-06-21T01:52:11.2954893Z    Compiling castaway v0.2.4
2026-06-21T01:52:11.4090718Z    Compiling unicode-width v0.1.14
2026-06-21T01:52:11.4961532Z    Compiling recvmsg v1.0.0
2026-06-21T01:52:11.5948955Z    Compiling indoc v2.0.7
2026-06-21T01:52:11.8148432Z    Compiling static_assertions v1.1.0
2026-06-21T01:52:11.9179510Z    Compiling doctest-file v1.1.1
2026-06-21T01:52:11.9552416Z    Compiling clap_lex v1.1.0
2026-06-21T01:52:12.1264310Z    Compiling portmapper v0.16.0
2026-06-21T01:52:12.2438858Z    Compiling clap_builder v4.6.0
2026-06-21T01:52:12.5725107Z    Compiling compact_str v0.8.2
2026-06-21T01:52:12.6095392Z    Compiling crossterm v0.28.1
2026-06-21T01:52:13.0015331Z    Compiling interprocess v2.4.2
2026-06-21T01:52:13.3971043Z    Compiling strum v0.26.3
2026-06-21T01:52:13.4777223Z    Compiling unicode-truncate v1.1.0
2026-06-21T01:52:13.6364434Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T01:52:13.7174253Z    Compiling lru v0.12.5
2026-06-21T01:52:13.7535741Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T01:52:13.8208272Z    Compiling clap_derive v4.6.1
2026-06-21T01:52:13.8393967Z    Compiling error-code v3.3.2
2026-06-21T01:52:14.0091660Z    Compiling unicode-width v0.2.0
2026-06-21T01:52:14.0718878Z    Compiling cassowary v0.3.0
2026-06-21T01:52:14.2474709Z    Compiling clipboard-win v5.4.1
2026-06-21T01:52:14.3705339Z    Compiling nucleo-matcher v0.3.1
2026-06-21T01:52:14.4854886Z    Compiling ratatui v0.29.0
2026-06-21T01:52:14.5457983Z    Compiling qrcode v0.14.1
2026-06-21T01:52:14.7506318Z    Compiling tempfile v3.27.0
2026-06-21T01:52:16.0864926Z    Compiling clap v4.6.1
2026-06-21T01:52:30.0185349Z    Compiling rustls-webpki v0.103.13
2026-06-21T01:52:33.4055736Z    Compiling tokio-rustls v0.26.4
2026-06-21T01:52:33.4056091Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T01:52:33.4056413Z    Compiling noq-proto v0.17.0
2026-06-21T01:52:33.6051883Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T01:52:33.6052235Z    Compiling hyper-rustls v0.27.9
2026-06-21T01:52:33.6052521Z    Compiling tokio-websockets v0.13.2
2026-06-21T01:52:33.8175128Z    Compiling reqwest v0.13.4
2026-06-21T01:52:34.9020115Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T01:52:53.0678365Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T01:52:54.6891717Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T01:53:04.5350828Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T01:53:12.0478909Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 34s
2026-06-21T01:53:12.0703202Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T01:53:12.1370603Z 
2026-06-21T01:53:12.1370988Z running 1 test
2026-06-21T01:53:20.0626226Z test new_brain_serves_against_old_broker ... ok
2026-06-21T01:53:20.0626466Z 
2026-06-21T01:53:20.0626745Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.93s
2026-06-21T01:53:20.0627053Z 
